Welcome![Sign In][Sign Up]
Location:
Search - student attendance

Search list

[ERP-EIP-OA-Portalstudentmanager1

Description: 学生管理系统 及数据库 学生成绩查询 考勤查询 课程表查询-Student management system and database query pupils attendance inquiry curriculum inquiry
Platform: | Size: 270336 | Author: fairyyang | Hits:

[ERP-EIP-OA-Portaldada

Description: 一个学生档案的管理系统,综合了学生的成绩,出勤以及一些相应的资料。-A student file management system, a combination of student achievement, attendance, as well as the corresponding information.
Platform: | Size: 394240 | Author: 秦晖 | Hits:

[Windows Developrollcallsystem

Description: 点名系统 问题描述 本项目名为“点名系统”,主要应用于学校教学使用。教师可以通过本系统查询学生考勤,点名、记录成绩等。方便教师对自己的每一个学生在期末时统计学生的平时成绩。本系统操作方便,具有智能化的优点。 本点名系统有教师端、学生端以及管理员二个入口,学生端只能通过学生自己的用户名和密码登陆点名系统查询自己的个人信息和查看自己的成绩记录。教师端能通过教师的用户名和密码进入点名系统。教师可以根据点名的方式产生学生名单,点名并记录相应的成绩,教师可以修改学生的成绩,也可以修改学生的信息,比如添加、删除学生及其记录等。管理员可以通过自己的用户名和密码登陆点名系统进入点名系统后台管理中,可以查询学生信息,并且打印学生名单。-Name system Description of the problem The project, called "naming system", mainly used in teaching the use of schools. Teachers can query the system through the attendance of students, name and record performance. Enable teachers to their students each and every student in statistics at the end of the normal results. The system easy to operate, with the advantages of intelligent. Named Teacher of the client system, students and administrators of two-side entrance, the students only through the end of student s own user name and password login name system query their personal information and view their own records. Teachers through the teachers client user name and password to enter the system name. Teachers can be generated according to the students named in the list, by name and record the corresponding results, teachers can modify the scores of pupils, students can also modify the information, such as add, delete, such as students and their records. Administrators can, through
Platform: | Size: 293888 | Author: 张天伟 | Hits:

[Otherjiangshen

Description: .学生的记录信息要保存在磁盘文件中(记录结构至少应包括以下四项:学号、姓名、累计次数、学分)。学分计算方法:在本学期内累计次数达到20次,可得到0.5学分,否则没有学分,新学期开始累计次数从0开始累计。在大学期间,最多可得到2学分。该系统具有如下功能: (1)学生记录输入。 (2)跑步签到(每签到一次,累计次数加1)。 (3)查询(可按学号、学分等进行查询)。 (4)插入新生的记录。 -. Students to record information stored in the disk file (record structure of at least four should include the following: Student ID, name, the cumulative number of credits). Credits calculated as follows: During the semester with a total of 20 times the number of available credits 0.5, otherwise there is no credits, the cumulative number of the new semester started a total of from 0. At the university during the period up to receive 2 credits. The system has the following features: (1) student input record. (2) running attendance (per sign in once, the cumulative increase in the number 1). (3) query (according to study number, credit inquiries, etc.). (4) insert new records.
Platform: | Size: 1024 | Author: iriis | Hits:

[Software Engineeringsystem

Description: 饭卡管理系统 软件工程管理员功能:数据库管理,包括学生信息的增删改。 教师功能:查看全部学生信息、考勤情况,上课随机点名和提问,并给与相应成绩,打印文档。 学生功能:查看学生信息、考勤情况,打印文档 -Fan Ka management system software project manager features: database management, including student information, additions and deletions to change. Teacher feature: View all student information, attendance, school name and random questions, and give relevant results, print the document. Student feature: View student information, attendance, print the document
Platform: | Size: 5689344 | Author: 田志勇 | Hits:

[Education soft systemzuoye

Description: 学生信息管理系统,包括学生的学号,成绩,平时成绩,最后成绩,考勤情况等-Student information management system, including the number of students learning, achievement, usually results, final grades, attendance, etc.
Platform: | Size: 1063936 | Author: wangping | Hits:

[Education soft systema

Description: 能添加删除学生姓名学号成绩还能查询该学生的考勤-Can add and delete students name, student number, the result, but also check the student' s attendance
Platform: | Size: 2048 | Author: 陈桢 | Hits:

[WEB Codecjglj_

Description: 这个是一个学生考试系统,有学生登录。老师登录。管理员登录。-Student examination attendance system for easy management, simple and clear.
Platform: | Size: 5198848 | Author: ll | Hits:

[Education soft systemjsp

Description: 文件内包含学生管理系统、网络购物系统、在线考试系统、聊天室系统、通用考勤管理系统、图书馆管理系统的源代码-Files contain student management system, online shopping system, online examination system, chat room, common attendance management system, library management system source code
Platform: | Size: 20676608 | Author: thkmlr | Hits:

[Education soft system4

Description: 利用Map实现对学生成绩进行管理,其中以每一个学生的学号作为Key,创建一个学生成绩记录类,属性包括学生姓名(字符型),学生性别 (字符型),学生专业(字符型),个人作业成绩(满分45分),小组作业成绩(满分50分),出勤分(满分5分)。以学生记录对象作为value,实现以下操作: (1)添加一个学生成绩记录; (2)删除一个学生成绩记录; (3)根据学生学号,查询并输出其相应的学生成绩信息; (4)用户可以输入命令,计算所有学生成绩的总分的平均分数,并输出最高分,最低分,各个分数段(90-100,80-89,70-79,60-69,0-59)的人数; (1)要求程序中事先产生若干学生成绩 (2)你还可以增加其它功能。程序中应该增加必要的异常处理(例如分数输入错误等)。 -Map achieve student achievement by the management, of which each student s Student ID as the Key, to create a record of student achievement category, is Of including the student name (character), student gender (character), Student (Character), individual job performance (out of 45 points) Group operating result (out of 50 points), attendance (out of 5). Student record object as value, to achieve the following: (1) add a record of student achievement (2) Delete a record of student achievement (3) According to the students to learn numbers, query and output the corresponding information on student achievement (4) The user can enter the command, calculate the total score of all the average student achievement scores, and outputs the highest score, lowest score, all scores section (90-100,80-89,70-79,60-69,0-59) number (1) requires procedures have a number of students in grades pre- (2) You can also add other features. Program should be to increase the necessary exception han
Platform: | Size: 9216 | Author: 征途 | Hits:

[Delphi VCLDelphi7-Database-Projects

Description: Delphi_7数据库项目案例导航[By_艳文]--这是我做设计时在图书馆的老旧delphi书的源代码。有delphi与Acess、DB、slq、oracle的相关信息系统的案例代码。 copy的本书介绍: 本书从软件工程原理出发,对每一个管理系统进行详细的分析。全书始终贯彻深层的管理理念,同时通过具体的语言来实现每一个系统。每一个系统都具备商业特性,是许多数据库程序员的工作结晶。全书共14章,第1章Delphi与数据库开发作了介绍。第2章-第3章分别以人事/工资/考勤管理系统、销售管理信息系统、库存管理信息系统、质量管理信息系统、档案/资料管理信息系统、计算管理信息系统、制造业管理信息系统、学生管理信息系统、医院管理信息系统、宾馆/餐饮管理信息系统、图书馆管理信息系统、POS管理信息系统等多个实用信息管理系统作为例子,详细地讲述信息管理系统创建的各个过程。本书最后一章介绍了系统(数据库)建模技术。全书采用UML对每个系统进行建模,每个数据库都经过详细的分析和设计,并通过PowerDesign进行数据建模,每个系统都经过详细测试及专家审核。-Delphi_7 case database project navigation [By_ Yan Wen]- This is when I do a design book in the library of the old delphi source code. There delphi and Acess, DB, slq, oracle case of information systems related to the code. copy of the book description: Book starting from the software engineering principles, a management system for each detailed analysis. Always carry out a deep book management philosophy, through specific language to implement each system. Each system with the commercial character of the work of many database programmers crystallization. The book is Chapter 14, Chapter 1, Delphi and database development are presented. Chapter 2- Chapter 3, respectively, to the personnel/payroll/attendance management system, sales management information systems, inventory management information systems, quality management information systems, file/data management information systems, computer management information systems, manufacturing management information systems, student mana
Platform: | Size: 30354432 | Author: 韦徳 | Hits:

[matlabPCMTITEST2011

Description: 统一设定带宽、脉宽、采样率、脉冲重复频率,用Matab产生16个脉冲的LFM,每个脉冲有4个目标(低速,静止,高速,低速),第3个目标的距离、速度与学号有关。前3个目标的幅度相同,第四个目标幅度是前三个的一半。且距离与第2个静止目标相同。 依次做如下处理: 1 脉压 2 脉压后,相邻2脉冲做MTI(即相邻2个脉冲对应相减),产生15个脉冲 3 脉压后,16个脉冲到齐后,做MTD,输出16个多普勒通道 4 对MTD结果做CFAR(恒虚警) -Unified set bandwidth, pulse width, sampling rate, pulse repetition frequency, and produces 16 pulses Matab LFM, with four goals each pulse (low-speed, static, high-speed, low speed), the first three goals of distance, speed and Student ID related. The first three goals of the same magnitude, and the fourth target range is half of the first three. And from the stationary target with the first two the same. Followed by treatment as follows: 1 pulse 2 pulse pressure, the adjacent two pulses do MTI (that is adjacent to two pulses corresponding to the subtraction), resulting in 15 pulse 3 pulse pressure, 16 pulses in attendance after doing MTD, 16 Doppler channel output 4 MTD results do CFAR (CFAR)
Platform: | Size: 2048 | Author: 木偶然 | Hits:

[SQL ServerAttandance_Trigger

Description: Design and develop a suitable Student Database application. One of the attributes to me maintained is the attendance of a student in each subject for which he/she has enrolled. Using TRIGGERS, write active rules to do the following: a. Whenever the attendance is updated, check if the attendance is less than 85 if so, notify the Head of the Department concerned. b. Whenever, the marks in an Internal Assessment Test are entered, check if the marks are less than 40 if so, notify the Head of the Department concerned.-Design and develop a suitable Student Database application. One of the attributes to me maintained is the attendance of a student in each subject for which he/she has enrolled. Using TRIGGERS, write active rules to do the following: a. Whenever the attendance is updated, check if the attendance is less than 85 if so, notify the Head of the Department concerned. b. Whenever, the marks in an Internal Assessment Test are entered, check if the marks are less than 40 if so, notify the Head of the Department concerned.
Platform: | Size: 1024 | Author: | Hits:

[androidLoginCjlu

Description: 学校教务系统android客户端(配合正方系统)。 可以查询等级考试、考试地点、考试成绩、毕业设计、学生信息照片等。- 允许输入拉丁字符的拼音 中文(简体) 英语 希腊语 School attendance system android client (with the square system). You can query the exam, test sites, test scores, graduation project, student information, photos, etc..
Platform: | Size: 418816 | Author: | Hits:

[Database systemPrinter-accessories

Description: 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; -Attendance information recorded student absences, which includes: date of non-attendance, the first few lessons, course name, student name, absent the type of (late, leave early, leave and absenteeism). Try to design an attendance management system, so that it can provide the following functionality: 1. Entry of students absent from school records Modify a student' s non-attendance records Check a student' s absences are
Platform: | Size: 1024 | Author: 陆涛 | Hits:

[Education soft systemsy_online_os

Description: 打卡管理系统,内置 系统管理中心 卡务中心管理 师生资料管理 考勤管理 需要的话下载修改对应文字即可,才用ThinkPHP开发,基于其模板技术和RBAC控权策略。 -Punch card management system, built-in system management center Card Centre teacher-student data management attendance management need to download modified to correspond to the text can only use ThinkPHP development strategy, based on template technology and RBAC controlling.
Platform: | Size: 4089856 | Author: 杨柳青 | Hits:

[.netLearnSite1.092_2011.4.25

Description: LearnSite信息技术教学辅助平台设计目的:解决签到问题、、学案分发问题、作品提交问题、课堂内作品提交率、解决作品评价问题、解决打字练习、解决常识测验、解决学生作品存档问题、解决作品展示问题、解决学生过程性成绩生成问题等。-Teaching aids LearnSite IT platform designed to: solve the attendance problem, school case distribution problem, works to submit questions, classroom submission rate, to solve work evaluation problem, solve the typing practice to resolve common sense test, to solve the problem of student work archive solve works show the problem, solve the problem of students' procedural results generated.
Platform: | Size: 1926144 | Author: dsgd509 | Hits:

[WEB Codexueji1.0

Description: 河源工业学校学生学籍管理系统,分为学籍管理模块,新生管理模块,班主任管理模块(成绩管理,考勤管理),分查询,打印等功能 超级管理用户admin 密码123 进入后可查看班主任用户 演示用户123 密码123-Heyuan Industrial School Student Management System, is divided into 123 to enter the Status Management module, newborn management module, class teacher management modules (performance management, attendance management), sub-queries, print features such as super-manage user admin password to view the the teacher user demo user 123 Password 123
Platform: | Size: 1549312 | Author: sadgsdfgekl | Hits:

[Software EngineeringFingerPrint

Description: 通过指纹采集器采集学生指纹,并与数据库中的指纹信息进行匹配,从而达到签到的目的。当然这里面还有学生、教师、课程信息的管理模块-Student fingerprint, fingerprint scanner acquisition and matching fingerprint information database, attendance so as to achieve the purpose. Of course there is also the students, teachers, curriculum information management module
Platform: | Size: 11264 | Author: 李纪朋 | Hits:

[JSP/Javayuandaima

Description: 学生课堂考勤系统,简单的用户信息:包括的数据项有:用户名、密码、用户描述。 ● 学生基本信息:包括的数据项有:学生学号、学生姓名、性别、出生日期、班号、联系电话、入校日期、家庭地址、备注等。 ● 班级信息:包括的数据项有:班号、所在年级、班主任姓名、所在教室等。 ● 课程基本信息:包括的数据项有:课程号、课程名称、课程类别、课程描述等。-Student classroom attendance system
Platform: | Size: 121856 | Author: 李路 | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net